From 3b996422f13ba00e047692b7724f84a5d1215525 Mon Sep 17 00:00:00 2001 From: robertl Date: Tue, 10 Jan 2006 21:15:00 +0000 Subject: [PATCH] Revert bad change to route reader in Ozi. --- gpsbabel/ozi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/ozi.c b/gpsbabel/ozi.c index 31cf3fc03..8b8543e12 100644 --- a/gpsbabel/ozi.c +++ b/gpsbabel/ozi.c @@ -535,7 +535,7 @@ ozi_parse_routepoint(int field, char *str, waypoint * wpt_tmp) break; case 13: /* description */ - wpt_tmp->description = csv_stringclean(str, BADCHARS); + wpt_tmp->description = csv_stringclean(str, ","); break; default: break; -- 2.30.2